home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ozgis88.zip / OZGIS60.TUT < prev    next >
Text File  |  1992-01-04  |  4KB  |  108 lines

  1.                         DATA PREPARATION   
  2.                         ================
  3.  
  4. The raw data are input to the system using the OzEnter program. However, the
  5. data often need further processing. Also, some data needed within the system
  6. cannot be specified as data files and need to be prepared.  
  7.  
  8. These facilities are provided by the OzData program.
  9.  
  10.    Attribute Files   
  11.    ---------------
  12.  
  13.    A new attribute file can be generated from an attribute file and a   
  14.    combine file.  The combine file defines new zones (or site catchments)   
  15.    in terms of the names referenced by the attribute file.  
  16.  
  17.    Attributes can also be derived from existing attributes by applying  
  18.    arithmetic operations to the attribute values.   
  19.  
  20.    Attributes are identified by the character # followed by a number,   
  21.    indicating the sequential position of the attribute on the input file
  22.    (e.g. #10 represents the tenth attribute).  An example of an expression  
  23.    to form a composite attribute is:
  24.  
  25.                (#1+#2)/2 > 0 < 1000   
  26.  
  27.    This creates a new attribute whose values are half the sum of the values 
  28.    from the first and second attributes on the input file.  Any valid   
  29.    arithmetic expression is acceptable.  The output values are limited to   
  30.    the given range. 
  31.  
  32.    Functions available are:-
  33.  
  34.   LOG10  :  common logarithm
  35.   SQRT   :  square root 
  36.   ABS    :  absolute value  
  37.   EXP    :  exponential 
  38.   SIN    :  sine
  39.   COS    :  cosine  
  40.  
  41.  
  42.    Pi is referred to as PI. 
  43.  
  44.    Operators are:   
  45.  
  46.    +  addition  
  47.    -  subtraction   
  48.    *  multiplication
  49.    /  division  
  50.    >  greater than or equal to  
  51.    <  less than or equal to 
  52.  
  53.    Expressions are evaluated left to right and have a limit of 70   
  54.    characters.  Parentheses should be used to ensure there are no   
  55.    ambiguities. 
  56.  
  57.    The user must give a 30 character attribute description and 10 character 
  58.    units description for each new attribute that is generated.  
  59.  
  60.  
  61.    Geographic Files  
  62.    ----------------
  63.  
  64. Geographic files can be subset (windowed) on the basis of a 
  65. list of required display items (zones, sites, lines).   
  66.   - items in a names file   
  67.   - items in an attribute file  
  68.   - items within a window selected with the cursor from a displayed file
  69.  
  70. The line segments can be simplified to reduce the number of points that 
  71. have to be processed.  This is used to speed up display where the   
  72. resolution of the digitised data are higher that that needed for display
  73. terminals.  
  74.  
  75. Line segments that form polygons can be joined together into long segments. 
  76. Where many short segments are used this process, in conjunction with
  77. simplification, can sustantially reduce the disk storage required and speed 
  78. processing. 
  79.  
  80. The zones in a geographic file can be amalgamated according to a combine
  81. file to generate a new geographic file.  The new file contains the new  
  82. zones.  The same combine file can be used to generate attribute data for
  83. the same new zones. 
  84.  
  85.  
  86. Names Files  
  87. ------------
  88.  
  89. Names files give lists of items (zones, sites,lines) that are to be processed.  
  90. These lists can be generated from other types of files. These options are   
  91. particularly useful when the names files are to be modified.
  92.  
  93. Output to Data Files 
  94. ---------------------
  95.  
  96. Options are provided to output internal files as data files so they can be  
  97. modified with word-processors for further processing.   
  98.  
  99. Names files can be editted to change the lists of items used for processing.
  100.  
  101. Attribute files can be output in simple database format.
  102.  
  103. Combine files can be modified as part of the definition of territories and  
  104. sites.  
  105.  
  106. Attribute templates can be generated for preparation of attribute files with
  107. a word-processor.   
  108.